home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2686 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: easy.in-chemnitz.de!mkmk!floh
  2. From: floh@mkmk.in-chemnitz.de (Andre Weissflog)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Case-insensitive string comparison?
  5. Message-ID: <BgW1y*kF0@mkmk.in-chemnitz.de>
  6. Date: Sat, 03 Feb 1996 22:35:17 CET
  7. Reply-To: floh@mkmk.in-chemnitz.de
  8. References: <4eu5i0$1qq@vixen.cso.uiuc.edu>
  9. Distribution: world
  10. Organization: private uucp site
  11. X-Newsreader: Arn V 1.04
  12.  
  13. In article <4eu5i0$1qq@vixen.cso.uiuc.edu>, howard daniel joseph writes:
  14.  
  15. >       I'm using GCC
  16. Fine.
  17.  
  18. >       Is there a library/include/whatever that can take two strings, 
  19. > and indicated whether the one string contains the same characters as the 
  20. > other (though not neccessaily same-case ...)
  21.  
  22.     #include <string.h>
  23.  
  24.     strcmp()    case sensitiv
  25.     stricmp()   case insesitiv
  26.  
  27. >       Or, even better, is there such a creature that can simply apply 
  28. > an ADOS wildcard pattern to a string and return a value dependant on 
  29. > whether the string matches this pattern ...
  30.     dos.library/ParsePattern()
  31.     dos.library/MatchPattern()
  32.     dos.library/ParsePatternNoCase()
  33.     dos.library/MatchPatternNoCase()
  34.  
  35. Bye,
  36. -Floh.
  37.  
  38. ====//=== Andre Weissflog <floh@mkmk.in-chemnitz.de> =======
  39. ...// Sep'95: Return Of The Living Death...................
  40. \\// 90% of everything is crap (Sturgeon's Law)...........
  41. =\\===============================================Amiga!=
  42.  
  43.